python execfile/exec函數(35) 前言 python內置函數execfile 和 內置函數exec功能實際上都一樣,不過函數execfile是python2.0版本,函數exec屬於python3.0版本,在使用 ...